home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0222.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  4.6 KB  |  126 lines

  1.  
  2. >Mike,
  3. >        I'm "surprised" that you can get 3.5 k byes over the telephone. I only
  4. >expect that happen over an ethernet connection.
  5.  
  6. >        I'm using a Linelink 14.4k baud modem, Trumpet winsock v1.1. I have
  7. >tried both SLIP and PPP connection over our internet server.  I can only get
  8. >1.29 kbyes for text file transfer.( I have UART 16550AFN and FIFO in windows is
  9. >checked). The connection in made at 57600 bps.
  10. >        What is your setup? 
  11. >        Does anyone know what went wrong?
  12.  
  13. Have you enabled Van Jacobson CSLIP compression, hardware handshaking, 
  14. and the internal slip driver found in the Winsock's setup?  I get about 3.5 
  15. kb/sec on text and 1.4-1.5 kb/sec on binary transfers as well, as I once did 
  16. in DOS.  System administrators tell me that SLIP is preferable to PPP over a 
  17. modem line due to overhead considerations.
  18.  
  19. >        Any hints are appreciated.
  20.  
  21. >p.s. I have not try the WFXCOMM driver
  22.  
  23. That could be important, as I've never run Windows TCPIP without WFXCOMM.
  24.  
  25. >Eric Yen
  26. >Penn State University
  27.  
  28. Hope this helps (though I'm not sure it will),
  29.  
  30. Trent Stevens  tnert@bisque.cc.utexas.edu
  31. From news@bigblue.oit.unc.edu Mon Feb 21 18:51:40 1994
  32. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  33.           id AA28054; Mon, 21 Feb 1994 15:27:18 -0500
  34. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  35.           id AA21676; Mon, 21 Feb 1994 15:08:41 -0500
  36. Received: from GATEWAY by bigblue with netnews
  37.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  38. To: winsock@sunsite.unc.edu
  39. Date: Mon, 21 Feb 1994 18:51:40 GMT
  40. From: Dean Roth <Dean.Roth@mixcom.mixcom.com>
  41. Message-Id: <1994Feb21.185140.16661@mixcom.mixcom.com>
  42. Organization: Milwaukee Internet Xchange BBS, Milwaukee, WI (414) 241-5469
  43. Sender: ses
  44. Subject: Trumpet winsock, SLIP and apps
  45.  
  46.  
  47. Some people have reported problems with Trumpet winsock and SLIP. I'm using
  48. the combination listed below and have not observed any TCP/IP kernel or SLIP
  49. related performance problems. (Some winsock apps I've used have a few bugs,
  50. though.) I hope this info helps someone.
  51.  
  52. 486 PC
  53. Windows 3.1
  54.  
  55. Trumpet winsock 1.0A
  56.  
  57.     MTU 296
  58.     TCP RWIN 4096
  59.     MSS 256
  60.     Internal CSLIP
  61.     DTE 19200
  62.     16550 UART
  63.     Hardware flow control
  64.     Manual login
  65.  
  66. QVT 3.96
  67.  
  68. qws3270
  69.  
  70.  
  71. The remote side is an Annex comm server with a dedicated rlogin session to a
  72. (Sun) UNIX system using Morning Star's SLIP/PPP software.
  73.  
  74. I've used QVT's ftp to get a 300K file while also running a telnet and
  75. tn3270 session. The modem's receive light was a constant red ("on").
  76. Response time for the telnet sessions was slowed by the ftp transfer, of
  77. course, but that is a factor of bandwidth (a 9600 modem).
  78.  
  79. I am not saying that Trumpet winsock may not have any bugs, but that using
  80. the config shown above I have not observed the problems that others have
  81. reported. I've had no problems using the embedded SLIP or CSLIP with telnet,
  82. ftp and tn3270. I don't currently use other winsock apps, such as Mosaic.
  83. (The possibility exists for any Windows app to suck up a lot to all CPU time
  84. if the program has a bug and does not share CPU time correctly - I've run
  85. into that type of problem.)
  86.  
  87. Dean
  88. -- 
  89.   /`-_                                 
  90.  {     }/  Dean.Roth@MIXcom.com         
  91.   \   */   Milwaukee, Wisconsin, U.S.A. 
  92.    |___|                                
  93. From news@bigblue.oit.unc.edu Mon Feb 21 19:42:28 1994
  94. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  95.           id AA14985; Mon, 21 Feb 1994 16:57:16 -0500
  96. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  97.           id AA06910; Mon, 21 Feb 1994 16:49:02 -0500
  98. Received: from GATEWAY by bigblue with netnews
  99.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  100. To: winsock@sunsite.unc.edu
  101. Date: Mon, 21 Feb 1994 19:42:28 GMT
  102. From: car@beaker.stc.att.com (Chris Rath)
  103. Message-Id: <CLLAr3.GIw@cbnewsm.cb.att.com>
  104. Organization: AT&T Bell Laboratories
  105. Sender: ses
  106. Subject: Re: How to talk to a news server
  107.  
  108. >> I myself have written a news reader in VB. It was very interesting experiences
  109. >> in learning VB and Winsock.
  110. >> I have some suggestions for you.
  111. >> 1. get WinVN source code to see how it was wriiten.
  112. >> 2. manually telnet to a news server on port 119 to experiment with the commands.
  113. >> 3. get some VB codes on Winsock at ftp.netmange.com.
  114. >> 4. I was able to write straight VB codes without using other people's winsock.vb
  115. >> x. If you wouldn't mind using winsock.vbx, it will save you time in
  116. >> winsock stuffs but you will have to miss all the fun.
  117. >> 5. I had fun because I did not know (1) and (3) until recently.
  118.  
  119. >> Dennis
  120.  
  121. Where does one get WinVN source code?
  122.  
  123. Chris Rath
  124. car@mozart.att.com
  125.  
  126.